home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / boot / selector80.lha / Selector / examples / include.sel < prev    next >
Encoding:
Text File  |  1998-07-17  |  269 b   |  12 lines

  1.      exec @list >t:prefsy sys:Prefs/ pat ~(#?.info) files lformat "button *"%n*" £run >nil: *"sys:prefs/%n*"£ exit"@
  2.      exec @sort t:prefsy to t:prefsy2@
  3.      title "System Prefs"
  4.  
  5.      color 2 3
  6.      include t:prefsy2
  7.  
  8.      exec @delete >nil: t:prefsy2 t:prefsy@
  9.  
  10.  
  11.  
  12.